-
Notifications
You must be signed in to change notification settings - Fork 279
fix(ui5-side-navigation): expand SideNavigation item activation to Enter
or Space
with modifier keys
#12091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…hen a modifier is pressed This is for the usage of "Space" and "Enter" keys JIRA: BGSOFUIRODOPI-3466
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An alternative commit header text:
fix(ui5-side-navigation): expand SideNavigation item activation to Enter
or Space
with modifier keys
- Side navigation items can now be activated using
Enter
orSpace
, with or without modifier keys (Shift, Ctrl, Alt, Meta).
Enter
or Space
with modifier keys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you, looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- No
Modifier
+Enter
/Space
combinations work for items in the overflow menu - In expanded mode, on test page:
-> Select the first item 'Home'
-> Arrow down until the item 'Home 3' is focusd (the one before 'Quick Create parent' item)
-> PressShift
+Space
--->> Item is selected but unexpected scrolling occurs.
This does not happen forShift
+Enter
(perhaps a preventDefault is needed) and the same does not happen in openui5 (see sample - try toshift
+space
select the 'Map' item that is down the list)
![]() |
On macOS: All combinations with |
Side navigation items can now be activated using
Enter
orSpace
, with or without modifier keys (Shift
,Ctrl
,Alt
,Meta
).JIRA: BGSOFUIRODOPI-3466